home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 24
/
MacFormat n. 24 (Spain)
/
MacFormat 24.bin
/
Demos
/
Jungle Activated!
/
JungleActivated Demo
/
jung DEMO d
/
00144_Video Pause.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-14
|
267 b
|
13 lines
on mouseUp
global gMovieTime, gMoviePause
if gMoviePause = 0 then
pause()
set gMovieTime to the movieTime of sprite 2 - 4
set gMoviePause to 1
else
set the movieTime of sprite 2 to gMovieTime
continue()
set gMoviePause to 0
end if
end